home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 July / EnigmA AMIGA RUN 20 (1997)(G.R. Edizioni)(IT)[!][issue 1997-07 & 08][EAR-CD IV].iso / recent1 / wwwcount2.3src.lha / wwwcount2.3 / configure < prev    next >
Text File  |  1996-04-29  |  43KB  |  1,493 lines

  1. #! /bin/sh
  2.  
  3. # Guess values for system-dependent variables and create Makefiles.
  4. # Generated automatically using autoconf version 2.7 
  5. # Copyright (C) 1992, 1993, 1994 Free Software Foundation, Inc.
  6. #
  7. # This configure script is free software; the Free Software Foundation
  8. # gives unlimited permission to copy, distribute and modify it.
  9.  
  10. # Defaults:
  11. ac_help=
  12. ac_default_prefix=/usr/local
  13. # Any additions from configure.in:
  14.  
  15. # Initialize some variables set by options.
  16. # The variables have the same names as the options, with
  17. # dashes changed to underlines.
  18. build=NONE
  19. cache_file=./config.cache
  20. exec_prefix=NONE
  21. host=NONE
  22. no_create=
  23. nonopt=NONE
  24. no_recursion=
  25. prefix=NONE
  26. program_prefix=NONE
  27. program_suffix=NONE
  28. program_transform_name=s,x,x,
  29. silent=
  30. site=
  31. srcdir=
  32. target=NONE
  33. verbose=
  34. x_includes=NONE
  35. x_libraries=NONE
  36. bindir='${exec_prefix}/bin'
  37. sbindir='${exec_prefix}/sbin'
  38. libexecdir='${exec_prefix}/libexec'
  39. datadir='${prefix}/share'
  40. sysconfdir='${prefix}/etc'
  41. sharedstatedir='${prefix}/com'
  42. localstatedir='${prefix}/var'
  43. libdir='${exec_prefix}/lib'
  44. includedir='${prefix}/include'
  45. oldincludedir='/usr/include'
  46. infodir='${prefix}/info'
  47. mandir='${prefix}/man'
  48.  
  49. # Initialize some other variables.
  50. subdirs=
  51. MFLAGS= MAKEFLAGS=
  52.  
  53. ac_prev=
  54. for ac_option
  55. do
  56.  
  57.   # If the previous option needs an argument, assign it.
  58.   if test -n "$ac_prev"; then
  59.     eval "$ac_prev=\$ac_option"
  60.     ac_prev=
  61.     continue
  62.   fi
  63.  
  64.   case "$ac_option" in
  65.   -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
  66.   *) ac_optarg= ;;
  67.   esac
  68.  
  69.   # Accept the important Cygnus configure options, so we can diagnose typos.
  70.  
  71.   case "$ac_option" in
  72.  
  73.   -bindir | --bindir | --bindi | --bind | --bin | --bi)
  74.     ac_prev=bindir ;;
  75.   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
  76.     bindir="$ac_optarg" ;;
  77.  
  78.   -build | --build | --buil | --bui | --bu)
  79.     ac_prev=build ;;
  80.   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
  81.     build="$ac_optarg" ;;
  82.  
  83.   -cache-file | --cache-file | --cache-fil | --cache-fi \
  84.   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
  85.     ac_prev=cache_file ;;
  86.   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
  87.   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
  88.     cache_file="$ac_optarg" ;;
  89.  
  90.   -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
  91.     ac_prev=datadir ;;
  92.   -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
  93.   | --da=*)
  94.     datadir="$ac_optarg" ;;
  95.  
  96.   -disable-* | --disable-*)
  97.     ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
  98.     # Reject names that are not valid shell variable names.
  99.     if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
  100.       { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
  101.     fi
  102.     ac_feature=`echo $ac_feature| sed 's/-/_/g'`
  103.     eval "enable_${ac_feature}=no" ;;
  104.  
  105.   -enable-* | --enable-*)
  106.     ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
  107.     # Reject names that are not valid shell variable names.
  108.     if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
  109.       { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
  110.     fi
  111.     ac_feature=`echo $ac_feature| sed 's/-/_/g'`
  112.     case "$ac_option" in
  113.       *=*) ;;
  114.       *) ac_optarg=yes ;;
  115.     esac
  116.     eval "enable_${ac_feature}='$ac_optarg'" ;;
  117.  
  118.   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
  119.   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
  120.   | --exec | --exe | --ex)
  121.     ac_prev=exec_prefix ;;
  122.   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
  123.   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
  124.   | --exec=* | --exe=* | --ex=*)
  125.     exec_prefix="$ac_optarg" ;;
  126.  
  127.   -gas | --gas | --ga | --g)
  128.     # Obsolete; use --with-gas.
  129.     with_gas=yes ;;
  130.  
  131.   -help | --help | --hel | --he)
  132.     # Omit some internal or obsolete options to make the list less imposing.
  133.     # This message is too long to be a string in the A/UX 3.1 sh.
  134.     cat << EOF
  135. Usage: configure [options] [host]
  136. Options: [defaults in brackets after descriptions]
  137. Configuration:
  138.   --cache-file=FILE       cache test results in FILE
  139.   --help                  print this message
  140.   --no-create             do not create output files
  141.   --quiet, --silent       do not print \`checking...' messages
  142.   --version               print the version of autoconf that created configure
  143. Directory and file names:
  144.   --prefix=PREFIX         install architecture-independent files in PREFIX
  145.                           [$ac_default_prefix]
  146.   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
  147.                           [same as prefix]
  148.   --bindir=DIR            user executables in DIR [EPREFIX/bin]
  149.   --sbindir=DIR           system admin executables in DIR [EPREFIX/sbin]
  150.   --libexecdir=DIR        program executables in DIR [EPREFIX/libexec]
  151.   --datadir=DIR           read-only architecture-independent data in DIR
  152.                           [PREFIX/share]
  153.   --sysconfdir=DIR        read-only single-machine data in DIR [PREFIX/etc]
  154.   --sharedstatedir=DIR    modifiable architecture-independent data in DIR
  155.                           [PREFIX/com]
  156.   --localstatedir=DIR     modifiable single-machine data in DIR [PREFIX/var]
  157.   --libdir=DIR            object code libraries in DIR [EPREFIX/lib]
  158.   --includedir=DIR        C header files in DIR [PREFIX/include]
  159.   --oldincludedir=DIR     C header files for non-gcc in DIR [/usr/include]
  160.   --infodir=DIR           info documentation in DIR [PREFIX/info]
  161.   --mandir=DIR            man documentation in DIR [PREFIX/man]
  162.   --srcdir=DIR            find the sources in DIR [configure dir or ..]
  163.   --program-prefix=PREFIX prepend PREFIX to installed program names
  164.   --program-suffix=SUFFIX append SUFFIX to installed program names
  165.   --program-transform-name=PROGRAM
  166.                           run sed PROGRAM on installed program names
  167. EOF
  168.     cat << EOF
  169. Host type:
  170.   --build=BUILD           configure for building on BUILD [BUILD=HOST]
  171.   --host=HOST             configure for HOST [guessed]
  172.   --target=TARGET         configure for TARGET [TARGET=HOST]
  173. Features and packages:
  174.   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
  175.   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
  176.   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
  177.   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
  178.   --x-includes=DIR        X include files are in DIR
  179.   --x-libraries=DIR       X library files are in DIR
  180. EOF
  181.     if test -n "$ac_help"; then
  182.       echo "--enable and --with options recognized:$ac_help"
  183.     fi
  184.     exit 0 ;;
  185.  
  186.   -host | --host | --hos | --ho)
  187.     ac_prev=host ;;
  188.   -host=* | --host=* | --hos=* | --ho=*)
  189.     host="$ac_optarg" ;;
  190.  
  191.   -includedir | --includedir | --includedi | --included | --include \
  192.   | --includ | --inclu | --incl | --inc)
  193.     ac_prev=includedir ;;
  194.   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
  195.   | --includ=* | --inclu=* | --incl=* | --inc=*)
  196.     includedir="$ac_optarg" ;;
  197.  
  198.   -infodir | --infodir | --infodi | --infod | --info | --inf)
  199.     ac_prev=infodir ;;
  200.   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
  201.     infodir="$ac_optarg" ;;
  202.  
  203.   -libdir | --libdir | --libdi | --libd)
  204.     ac_prev=libdir ;;
  205.   -libdir=* | --libdir=* | --libdi=* | --libd=*)
  206.     libdir="$ac_optarg" ;;
  207.  
  208.   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
  209.   | --libexe | --libex | --libe)
  210.     ac_prev=libexecdir ;;
  211.   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
  212.   | --libexe=* | --libex=* | --libe=*)
  213.     libexecdir="$ac_optarg" ;;
  214.  
  215.   -localstatedir | --localstatedir | --localstatedi | --localstated \
  216.   | --localstate | --localstat | --localsta | --localst \
  217.   | --locals | --local | --loca | --loc | --lo)
  218.     ac_prev=localstatedir ;;
  219.   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
  220.   | --localstate=* | --localstat=* | --localsta=* | --localst=* \
  221.   | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
  222.     localstatedir="$ac_optarg" ;;
  223.  
  224.   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
  225.     ac_prev=mandir ;;
  226.   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
  227.     mandir="$ac_optarg" ;;
  228.  
  229.   -nfp | --nfp | --nf)
  230.     # Obsolete; use --without-fp.
  231.     with_fp=no ;;
  232.  
  233.   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
  234.   | --no-cr | --no-c)
  235.     no_create=yes ;;
  236.  
  237.   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
  238.   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
  239.     no_recursion=yes ;;
  240.  
  241.   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
  242.   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
  243.   | --oldin | --oldi | --old | --ol | --o)
  244.     ac_prev=oldincludedir ;;
  245.   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
  246.   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
  247.   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
  248.     oldincludedir="$ac_optarg" ;;
  249.  
  250.   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
  251.     ac_prev=prefix ;;
  252.   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
  253.     prefix="$ac_optarg" ;;
  254.  
  255.   -program-prefix | --program-prefix | --program-prefi | --program-pref \
  256.   | --program-pre | --program-pr | --program-p)
  257.     ac_prev=program_prefix ;;
  258.   -program-prefix=* | --program-prefix=* | --program-prefi=* \
  259.   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
  260.     program_prefix="$ac_optarg" ;;
  261.  
  262.   -program-suffix | --program-suffix | --program-suffi | --program-suff \
  263.   | --program-suf | --program-su | --program-s)
  264.     ac_prev=program_suffix ;;
  265.   -program-suffix=* | --program-suffix=* | --program-suffi=* \
  266.   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
  267.     program_suffix="$ac_optarg" ;;
  268.  
  269.   -program-transform-name | --program-transform-name \
  270.   | --program-transform-nam | --program-transform-na \
  271.   | --program-transform-n | --program-transform- \
  272.   | --program-transform | --program-transfor \
  273.   | --program-transfo | --program-transf \
  274.   | --program-trans | --program-tran \
  275.   | --progr-tra | --program-tr | --program-t)
  276.     ac_prev=program_transform_name ;;
  277.   -program-transform-name=* | --program-transform-name=* \
  278.   | --program-transform-nam=* | --program-transform-na=* \
  279.   | --program-transform-n=* | --program-transform-=* \
  280.   | --program-transform=* | --program-transfor=* \
  281.   | --program-transfo=* | --program-transf=* \
  282.   | --program-trans=* | --program-tran=* \
  283.   | --progr-tra=* | --program-tr=* | --program-t=*)
  284.     program_transform_name="$ac_optarg" ;;
  285.  
  286.   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
  287.   | -silent | --silent | --silen | --sile | --sil)
  288.     silent=yes ;;
  289.  
  290.   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
  291.     ac_prev=sbindir ;;
  292.   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
  293.   | --sbi=* | --sb=*)
  294.     sbindir="$ac_optarg" ;;
  295.  
  296.   -sharedstatedir | --sharedstatedir | --sharedstatedi \
  297.   | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
  298.   | --sharedst | --shareds | --shared | --share | --shar \
  299.   | --sha | --sh)
  300.     ac_prev=sharedstatedir ;;
  301.   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
  302.   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
  303.   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
  304.   | --sha=* | --sh=*)
  305.     sharedstatedir="$ac_optarg" ;;
  306.  
  307.   -site | --site | --sit)
  308.     ac_prev=site ;;
  309.   -site=* | --site=* | --sit=*)
  310.     site="$ac_optarg" ;;
  311.  
  312.   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
  313.     ac_prev=srcdir ;;
  314.   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
  315.     srcdir="$ac_optarg" ;;
  316.  
  317.   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
  318.   | --syscon | --sysco | --sysc | --sys | --sy)
  319.     ac_prev=sysconfdir ;;
  320.   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
  321.   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
  322.     sysconfdir="$ac_optarg" ;;
  323.  
  324.   -target | --target | --targe | --targ | --tar | --ta | --t)
  325.     ac_prev=target ;;
  326.   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
  327.     target="$ac_optarg" ;;
  328.  
  329.   -v | -verbose | --verbose | --verbos | --verbo | --verb)
  330.     verbose=yes ;;
  331.  
  332.   -version | --version | --versio | --versi | --vers)
  333.     echo "configure generated by autoconf version 2.7"
  334.     exit 0 ;;
  335.  
  336.   -with-* | --with-*)
  337.     ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
  338.     # Reject names that are not valid shell variable names.
  339.     if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
  340.       { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
  341.     fi
  342.     ac_package=`echo $ac_package| sed 's/-/_/g'`
  343.     case "$ac_option" in
  344.       *=*) ;;
  345.       *) ac_optarg=yes ;;
  346.     esac
  347.     eval "with_${ac_package}='$ac_optarg'" ;;
  348.  
  349.   -without-* | --without-*)
  350.     ac_package=`echo $ac_option|sed -e 's/-*without-//'`
  351.     # Reject names that are not valid shell variable names.
  352.     if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
  353.       { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
  354.     fi
  355.     ac_package=`echo $ac_package| sed 's/-/_/g'`
  356.     eval "with_${ac_package}=no" ;;
  357.  
  358.   --x)
  359.     # Obsolete; use --with-x.
  360.     with_x=yes ;;
  361.  
  362.   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
  363.   | --x-incl | --x-inc | --x-in | --x-i)
  364.     ac_prev=x_includes ;;
  365.   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
  366.   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
  367.     x_includes="$ac_optarg" ;;
  368.  
  369.   -x-libraries | --x-libraries | --x-librarie | --x-librari \
  370.   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
  371.     ac_prev=x_libraries ;;
  372.   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
  373.   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
  374.     x_libraries="$ac_optarg" ;;
  375.  
  376.   -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
  377.     ;;
  378.  
  379.   *)
  380.     if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
  381.       echo "configure: warning: $ac_option: invalid host type" 1>&2
  382.     fi
  383.     if test "x$nonopt" != xNONE; then
  384.       { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
  385.     fi
  386.     nonopt="$ac_option"
  387.     ;;
  388.  
  389.   esac
  390. done
  391.  
  392. if test -n "$ac_prev"; then
  393.   { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
  394. fi
  395.  
  396. trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
  397.  
  398. # File descriptor usage:
  399. # 0 standard input
  400. # 1 file creation
  401. # 2 errors and warnings
  402. # 3 some systems may open it to /dev/tty
  403. # 4 used on the Kubota Titan
  404. # 6 checking for... messages and results
  405. # 5 compiler messages saved in config.log
  406. if test "$silent" = yes; then
  407.   exec 6>/dev/null
  408. else
  409.   exec 6>&1
  410. fi
  411. exec 5>./config.log
  412.  
  413. echo "\
  414. This file contains any messages produced by compilers while
  415. running configure, to aid debugging if configure makes a mistake.
  416. " 1>&5
  417.  
  418. # Strip out --no-create and --no-recursion so they do not pile up.
  419. # Also quote any args containing shell metacharacters.
  420. ac_configure_args=
  421. for ac_arg
  422. do
  423.   case "$ac_arg" in
  424.   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
  425.   | --no-cr | --no-c) ;;
  426.   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
  427.   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
  428.   *" "*|*"    "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*)
  429.   ac_configure_args="$ac_configure_args '$ac_arg'" ;;
  430.   *) ac_configure_args="$ac_configure_args $ac_arg" ;;
  431.   esac
  432. done
  433.  
  434. # NLS nuisances.
  435. # Only set LANG and LC_ALL to C if already set.
  436. # These must not be set unconditionally because not all systems understand
  437. # e.g. LANG=C (notably SCO).
  438. if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi
  439. if test "${LANG+set}"   = set; then LANG=C;   export LANG;   fi
  440.  
  441. # confdefs.h avoids OS command line length limits that DEFS can exceed.
  442. rm -rf conftest* confdefs.h
  443. # AIX cpp loses on an empty file, so make sure it contains at least a newline.
  444. echo > confdefs.h
  445.  
  446. # A filename unique to this package, relative to the directory that
  447. # configure is in, which we can look for to find out if srcdir is correct.
  448. ac_unique_file=config.h
  449.  
  450. # Find the source files, if location was not specified.
  451. if test -z "$srcdir"; then
  452.   ac_srcdir_defaulted=yes
  453.   # Try the directory containing this script, then its parent.
  454.   ac_prog=$0
  455.   ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
  456.   test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
  457.   srcdir=$ac_confdir
  458.   if test ! -r $srcdir/$ac_unique_file; then
  459.     srcdir=..
  460.   fi
  461. else
  462.   ac_srcdir_defaulted=no
  463. fi
  464. if test ! -r $srcdir/$ac_unique_file; then
  465.   if test "$ac_srcdir_defaulted" = yes; then
  466.     { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }
  467.   else
  468.     { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
  469.   fi
  470. fi
  471. srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
  472.  
  473. # Prefer explicitly selected file to automatically selected ones.
  474. if test -z "$CONFIG_SITE"; then
  475.   if test "x$prefix" != xNONE; then
  476.     CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
  477.   else
  478.     CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
  479.   fi
  480. fi
  481. for ac_site_file in $CONFIG_SITE; do
  482.   if test -r "$ac_site_file"; then
  483.     echo "loading site script $ac_site_file"
  484.     . "$ac_site_file"
  485.   fi
  486. done
  487.  
  488. if test -r "$cache_file"; then
  489.   echo "loading cache $cache_file"
  490.   . $cache_file
  491. else
  492.   echo "creating cache $cache_file"
  493.   > $cache_file
  494. fi
  495.  
  496. ac_ext=c
  497. # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  498. ac_cpp='echo $CPP $CPPFLAGS 1>&5;
  499. $CPP $CPPFLAGS'
  500. ac_compile='echo ${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5;
  501. ${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5 2>&5'
  502. ac_link='echo ${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5;
  503. ${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5 2>&5'
  504.  
  505. if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then
  506.   # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
  507.   if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then
  508.     ac_n= ac_c='
  509. ' ac_t='    '
  510.   else
  511.     ac_n=-n ac_c= ac_t=
  512.   fi
  513. else
  514.   ac_n= ac_c='\c' ac_t=
  515. fi
  516.  
  517.  
  518.  
  519. # Extract the first word of "gcc", so it can be a program name with args.
  520. set dummy gcc; ac_word=$2
  521. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  522. if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
  523.   echo $ac_n "(cached) $ac_c" 1>&6
  524. else
  525.   if test -n "$CC"; then
  526.   ac_cv_prog_CC="$CC" # Let the user override the test.
  527. else
  528.   IFS="${IFS=     }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  529.   for ac_dir in $PATH; do
  530.     test -z "$ac_dir" && ac_dir=.
  531.     if test -f $ac_dir/$ac_word; then
  532.       ac_cv_prog_CC="gcc"
  533.       break
  534.     fi
  535.   done
  536.   IFS="$ac_save_ifs"
  537.   test -z "$ac_cv_prog_CC" && ac_cv_prog_CC="cc"
  538. fi
  539. fi
  540. CC="$ac_cv_prog_CC"
  541. if test -n "$CC"; then
  542.   echo "$ac_t""$CC" 1>&6
  543. else
  544.   echo "$ac_t""no" 1>&6
  545. fi
  546.  
  547.  
  548. echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
  549. if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
  550.   echo $ac_n "(cached) $ac_c" 1>&6
  551. else
  552.   cat > conftest.c <<EOF
  553. #ifdef __GNUC__
  554.   yes;
  555. #endif
  556. EOF
  557. if ${CC-cc} -E conftest.c 2>&5 | egrep yes >/dev/null 2>&1; then
  558.   ac_cv_prog_gcc=yes
  559. else
  560.   ac_cv_prog_gcc=no
  561. fi
  562. fi
  563.  
  564. echo "$ac_t""$ac_cv_prog_gcc" 1>&6
  565. if test $ac_cv_prog_gcc = yes; then
  566.   GCC=yes
  567.   if test "${CFLAGS+set}" != set; then
  568.     echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
  569. if eval "test \"`echo '$''{'ac_cv_prog_gcc_g'+set}'`\" = set"; then
  570.   echo $ac_n "(cached) $ac_c" 1>&6
  571. else
  572.   echo 'void f(){}' > conftest.c
  573. if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
  574.   ac_cv_prog_gcc_g=yes
  575. else
  576.   ac_cv_prog_gcc_g=no
  577. fi
  578. rm -f conftest*
  579.  
  580. fi
  581.  
  582. echo "$ac_t""$ac_cv_prog_gcc_g" 1>&6
  583.     if test $ac_cv_prog_gcc_g = yes; then
  584.       CFLAGS="-g -O"
  585.     else
  586.       CFLAGS="-O"
  587.     fi
  588.   fi
  589. else
  590.   GCC=
  591.   test "${CFLAGS+set}" = set || CFLAGS="-g"
  592. fi
  593.  
  594. # Extract the first word of "ranlib", so it can be a program name with args.
  595. set dummy ranlib; ac_word=$2
  596. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  597. if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
  598.   echo $ac_n "(cached) $ac_c" 1>&6
  599. else
  600.   if test -n "$RANLIB"; then
  601.   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
  602. else
  603.   IFS="${IFS=     }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  604.   for ac_dir in $PATH; do
  605.     test -z "$ac_dir" && ac_dir=.
  606.     if test -f $ac_dir/$ac_word; then
  607.       ac_cv_prog_RANLIB="ranlib"
  608.       break
  609.     fi
  610.   done
  611.   IFS="$ac_save_ifs"
  612.   test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB=":"
  613. fi
  614. fi
  615. RANLIB="$ac_cv_prog_RANLIB"
  616. if test -n "$RANLIB"; then
  617.   echo "$ac_t""$RANLIB" 1>&6
  618. else
  619.   echo "$ac_t""no" 1>&6
  620. fi
  621.  
  622. echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
  623. set dummy ${MAKE-make}; ac_make=$2
  624. if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
  625.   echo $ac_n "(cached) $ac_c" 1>&6
  626. else
  627.   cat > conftestmake <<\EOF
  628. all:
  629.     @echo 'ac_maketemp="${MAKE}"'
  630. EOF
  631. # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
  632. eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=`
  633. if test -n "$ac_maketemp"; then
  634.   eval ac_cv_prog_make_${ac_make}_set=yes
  635. else
  636.   eval ac_cv_prog_make_${ac_make}_set=no
  637. fi
  638. rm -f conftestmake
  639. fi
  640. if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
  641.   echo "$ac_t""yes" 1>&6
  642.   SET_MAKE=
  643. else
  644.   echo "$ac_t""no" 1>&6
  645.   SET_MAKE="MAKE=${MAKE-make}"
  646. fi
  647.  
  648.  
  649.  
  650. echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
  651. # On Suns, sometimes $CPP names a directory.
  652. if test -n "$CPP" && test -d "$CPP"; then
  653.   CPP=
  654. fi
  655. if test -z "$CPP"; then
  656. if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then
  657.   echo $ac_n "(cached) $ac_c" 1>&6
  658. else
  659.     # This must be in double quotes, not single quotes, because CPP may get
  660.   # substituted into the Makefile and "${CC-cc}" will confuse make.
  661.   CPP="${CC-cc} -E"
  662.   # On the NeXT, cc -E runs the code through the compiler's parser,
  663.   # not just through cpp.
  664.   cat > conftest.$ac_ext <<EOF
  665. #line 666 "configure"
  666. #include "confdefs.h"
  667. #include <assert.h>
  668. Syntax Error
  669. EOF
  670. eval "$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  671. ac_err=`grep -v '^ *+' conftest.out`
  672. if test -z "$ac_err"; then
  673.   :
  674. else
  675.   echo "$ac_err" >&5
  676.   rm -rf conftest*
  677.   CPP="${CC-cc} -E -traditional-cpp"
  678.   cat > conftest.$ac_ext <<EOF
  679. #line 680 "configure"
  680. #include "confdefs.h"
  681. #include <assert.h>
  682. Syntax Error
  683. EOF
  684. eval "$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  685. ac_err=`grep -v '^ *+' conftest.out`
  686. if test -z "$ac_err"; then
  687.   :
  688. else
  689.   echo "$ac_err" >&5
  690.   rm -rf conftest*
  691.   CPP=/lib/cpp
  692. fi
  693. rm -f conftest*
  694. fi
  695. rm -f conftest*
  696.   ac_cv_prog_CPP="$CPP"
  697. fi
  698.   CPP="$ac_cv_prog_CPP"
  699. else
  700.   ac_cv_prog_CPP="$CPP"
  701. fi
  702. echo "$ac_t""$CPP" 1>&6
  703.  
  704. # If we cannot run a trivial program, we must be cross compiling.
  705. echo $ac_n "checking whether cross-compiling""... $ac_c" 1>&6
  706. if eval "test \"`echo '$''{'ac_cv_c_cross'+set}'`\" = set"; then
  707.   echo $ac_n "(cached) $ac_c" 1>&6
  708. else
  709.   if test "$cross_compiling" = yes; then
  710.   ac_cv_c_cross=yes
  711. else
  712. cat > conftest.$ac_ext <<EOF
  713. #line 714 "configure"
  714. #include "confdefs.h"
  715. main(){return(0);}
  716. EOF
  717. eval $ac_link
  718. if test -s conftest && (./conftest; exit) 2>/dev/null; then
  719.   ac_cv_c_cross=no
  720. else
  721.   ac_cv_c_cross=yes
  722. fi
  723. fi
  724. rm -fr conftest*
  725. fi
  726.  
  727. echo "$ac_t""$ac_cv_c_cross" 1>&6
  728. cross_compiling=$ac_cv_c_cross
  729.  
  730. echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
  731. if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
  732.   echo $ac_n "(cached) $ac_c" 1>&6
  733. else
  734.   cat > conftest.$ac_ext <<EOF
  735. #line 736 "configure"
  736. #include "confdefs.h"
  737. #include <stdlib.h>
  738. #include <stdarg.h>
  739. #include <string.h>
  740. #include <float.h>
  741. EOF
  742. eval "$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  743. ac_err=`grep -v '^ *+' conftest.out`
  744. if test -z "$ac_err"; then
  745.   rm -rf conftest*
  746.   ac_cv_header_stdc=yes
  747. else
  748.   echo "$ac_err" >&5
  749.   rm -rf conftest*
  750.   ac_cv_header_stdc=no
  751. fi
  752. rm -f conftest*
  753.  
  754. if test $ac_cv_header_stdc = yes; then
  755.   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
  756. cat > conftest.$ac_ext <<EOF
  757. #line 758 "configure"
  758. #include "confdefs.h"
  759. #include <string.h>
  760. EOF
  761. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  762.   egrep "memchr" >/dev/null 2>&1; then
  763.   :
  764. else
  765.   rm -rf conftest*
  766.   ac_cv_header_stdc=no
  767. fi
  768. rm -f conftest*
  769.  
  770. fi
  771.  
  772. if test $ac_cv_header_stdc = yes; then
  773.   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
  774. cat > conftest.$ac_ext <<EOF
  775. #line 776 "configure"
  776. #include "confdefs.h"
  777. #include <stdlib.h>
  778. EOF
  779. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  780.   egrep "free" >/dev/null 2>&1; then
  781.   :
  782. else
  783.   rm -rf conftest*
  784.   ac_cv_header_stdc=no
  785. fi
  786. rm -f conftest*
  787.  
  788. fi
  789.  
  790. if test $ac_cv_header_stdc = yes; then
  791.   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
  792. if test "$cross_compiling" = yes; then
  793.   :
  794. else
  795. cat > conftest.$ac_ext <<EOF
  796. #line 797 "configure"
  797. #include "confdefs.h"
  798. #include <ctype.h>
  799. #define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
  800. #define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
  801. #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
  802. int main () { int i; for (i = 0; i < 256; i++)
  803. if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
  804. exit (0); }
  805.  
  806. EOF
  807. eval $ac_link
  808. if test -s conftest && (./conftest; exit) 2>/dev/null; then
  809.   :
  810. else
  811.   ac_cv_header_stdc=no
  812. fi
  813. fi
  814. rm -fr conftest*
  815. fi
  816. fi
  817.  
  818. echo "$ac_t""$ac_cv_header_stdc" 1>&6
  819. if test $ac_cv_header_stdc = yes; then
  820.   cat >> confdefs.h <<\EOF
  821. #define STDC_HEADERS 1
  822. EOF
  823.  
  824. fi
  825.  
  826. echo $ac_n "checking for sys/wait.h that is POSIX.1 compatible""... $ac_c" 1>&6
  827. if eval "test \"`echo '$''{'ac_cv_header_sys_wait_h'+set}'`\" = set"; then
  828.   echo $ac_n "(cached) $ac_c" 1>&6
  829. else
  830.   cat > conftest.$ac_ext <<EOF
  831. #line 832 "configure"
  832. #include "confdefs.h"
  833. #include <sys/types.h>
  834. #include <sys/wait.h>
  835. #ifndef WEXITSTATUS
  836. #define WEXITSTATUS(stat_val) ((unsigned)(stat_val) >> 8)
  837. #endif
  838. #ifndef WIFEXITED
  839. #define WIFEXITED(stat_val) (((stat_val) & 255) == 0)
  840. #endif
  841. int main() { return 0; }
  842. int t() {
  843. int s;
  844. wait (&s);
  845. s = WIFEXITED (s) ? WEXITSTATUS (s) : 1;
  846. ; return 0; }
  847. EOF
  848. if eval $ac_compile; then
  849.   rm -rf conftest*
  850.   ac_cv_header_sys_wait_h=yes
  851. else
  852.   rm -rf conftest*
  853.   ac_cv_header_sys_wait_h=no
  854. fi
  855. rm -f conftest*
  856.  
  857. fi
  858.  
  859. echo "$ac_t""$ac_cv_header_sys_wait_h" 1>&6
  860. if test $ac_cv_header_sys_wait_h = yes; then
  861.   cat >> confdefs.h <<\EOF
  862. #define HAVE_SYS_WAIT_H 1
  863. EOF
  864.  
  865. fi
  866.  
  867. echo $ac_n "checking whether time.h and sys/time.h may both be included""... $ac_c" 1>&6
  868. if eval "test \"`echo '$''{'ac_cv_header_time'+set}'`\" = set"; then
  869.   echo $ac_n "(cached) $ac_c" 1>&6
  870. else
  871.   cat > conftest.$ac_ext <<EOF
  872. #line 873 "configure"
  873. #include "confdefs.h"
  874. #include <sys/types.h>
  875. #include <sys/time.h>
  876. #include <time.h>
  877. int main() { return 0; }
  878. int t() {
  879. struct tm *tp;
  880. ; return 0; }
  881. EOF
  882. if eval $ac_compile; then
  883.   rm -rf conftest*
  884.   ac_cv_header_time=yes
  885. else
  886.   rm -rf conftest*
  887.   ac_cv_header_time=no
  888. fi
  889. rm -f conftest*
  890.  
  891. fi
  892.  
  893. echo "$ac_t""$ac_cv_header_time" 1>&6
  894. if test $ac_cv_header_time = yes; then
  895.   cat >> confdefs.h <<\EOF
  896. #define TIME_WITH_SYS_TIME 1
  897. EOF
  898.  
  899. fi
  900.  
  901. for ac_hdr in string.h fcntl.h memory.h malloc.h unistd.h ctype.h
  902. do
  903. ac_safe=`echo "$ac_hdr" | tr './\055' '___'`
  904. echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
  905. if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
  906.   echo $ac_n "(cached) $ac_c" 1>&6
  907. else
  908.   cat > conftest.$ac_ext <<EOF
  909. #line 910 "configure"
  910. #include "confdefs.h"
  911. #include <$ac_hdr>
  912. EOF
  913. eval "$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  914. ac_err=`grep -v '^ *+' conftest.out`
  915. if test -z "$ac_err"; then
  916.   rm -rf conftest*
  917.   eval "ac_cv_header_$ac_safe=yes"
  918. else
  919.   echo "$ac_err" >&5
  920.   rm -rf conftest*
  921.   eval "ac_cv_header_$ac_safe=no"
  922. fi
  923. rm -f conftest*
  924. fi
  925. if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
  926.   echo "$ac_t""yes" 1>&6
  927.     ac_tr_hdr=HAVE_`echo $ac_hdr | tr 'abcdefghijklmnopqrstuvwxyz./\055' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ___'`
  928.   cat >> confdefs.h <<EOF
  929. #define $ac_tr_hdr 1
  930. EOF
  931.  
  932. else
  933.   echo "$ac_t""no" 1>&6
  934. fi
  935. done
  936.  
  937. for ac_hdr in strings.h
  938. do
  939. ac_safe=`echo "$ac_hdr" | tr './\055' '___'`
  940. echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
  941. if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
  942.   echo $ac_n "(cached) $ac_c" 1>&6
  943. else
  944.   cat > conftest.$ac_ext <<EOF
  945. #line 946 "configure"
  946. #include "confdefs.h"
  947. #include <$ac_hdr>
  948. EOF
  949. eval "$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  950. ac_err=`grep -v '^ *+' conftest.out`
  951. if test -z "$ac_err"; then
  952.   rm -rf conftest*
  953.   eval "ac_cv_header_$ac_safe=yes"
  954. else
  955.   echo "$ac_err" >&5
  956.   rm -rf conftest*
  957.   eval "ac_cv_header_$ac_safe=no"
  958. fi
  959. rm -f conftest*
  960. fi
  961. if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
  962.   echo "$ac_t""yes" 1>&6
  963.     ac_tr_hdr=HAVE_`echo $ac_hdr | tr 'abcdefghijklmnopqrstuvwxyz./\055' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ___'`
  964.   cat >> confdefs.h <<EOF
  965. #define $ac_tr_hdr 1
  966. EOF
  967.  
  968. else
  969.   echo "$ac_t""no" 1>&6
  970. fi
  971. done
  972.  
  973.  
  974. for ac_hdr in sys/stat.h sys/param.h sys/file.h stdlib.h
  975. do
  976. ac_safe=`echo "$ac_hdr" | tr './\055' '___'`
  977. echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
  978. if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
  979.   echo $ac_n "(cached) $ac_c" 1>&6
  980. else
  981.   cat > conftest.$ac_ext <<EOF
  982. #line 983 "configure"
  983. #include "confdefs.h"
  984. #include <$ac_hdr>
  985. EOF
  986. eval "$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  987. ac_err=`grep -v '^ *+' conftest.out`
  988. if test -z "$ac_err"; then
  989.   rm -rf conftest*
  990.   eval "ac_cv_header_$ac_safe=yes"
  991. else
  992.   echo "$ac_err" >&5
  993.   rm -rf conftest*
  994.   eval "ac_cv_header_$ac_safe=no"
  995. fi
  996. rm -f conftest*
  997. fi
  998. if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
  999.   echo "$ac_t""yes" 1>&6
  1000.     ac_tr_hdr=HAVE_`echo $ac_hdr | tr 'abcdefghijklmnopqrstuvwxyz./\055' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ___'`
  1001.   cat >> confdefs.h <<EOF
  1002. #define $ac_tr_hdr 1
  1003. EOF
  1004.  
  1005. else
  1006.   echo "$ac_t""no" 1>&6
  1007. fi
  1008. done
  1009.  
  1010. echo $ac_n "checking for working const""... $ac_c" 1>&6
  1011. if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then
  1012.   echo $ac_n "(cached) $ac_c" 1>&6
  1013. else
  1014.   cat > conftest.$ac_ext <<EOF
  1015. #line 1016 "configure"
  1016. #include "confdefs.h"
  1017.  
  1018. int main() { return 0; }
  1019. int t() {
  1020.  
  1021. /* Ultrix mips cc rejects this.  */
  1022. typedef int charset[2]; const charset x;
  1023. /* SunOS 4.1.1 cc rejects this.  */
  1024. char const *const *ccp;
  1025. char **p;
  1026. /* NEC SVR4.0.2 mips cc rejects this.  */
  1027. struct point {int x, y;};
  1028. static struct point const zero = {0,0};
  1029. /* AIX XL C 1.02.0.0 rejects this.
  1030.    It does not let you subtract one const X* pointer from another in an arm
  1031.    of an if-expression whose if-part is not a constant expression */
  1032. const char *g = "string";
  1033. ccp = &g + (g ? g-g : 0);
  1034. /* HPUX 7.0 cc rejects these. */
  1035. ++ccp;
  1036. p = (char**) ccp;
  1037. ccp = (char const *const *) p;
  1038. { /* SCO 3.2v4 cc rejects this.  */
  1039.   char *t;
  1040.   char const *s = 0 ? (char *) 0 : (char const *) 0;
  1041.  
  1042.   *t++ = 0;
  1043. }
  1044. { /* Someone thinks the Sun supposedly-ANSI compiler will reject this.  */
  1045.   int x[] = {25, 17};
  1046.   const int *foo = &x[0];
  1047.   ++foo;
  1048. }
  1049. { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
  1050.   typedef const int *iptr;
  1051.   iptr p = 0;
  1052.   ++p;
  1053. }
  1054. { /* AIX XL C 1.02.0.0 rejects this saying
  1055.      "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
  1056.   struct s { int j; const int *ap[3]; };
  1057.   struct s *b; b->j = 5;
  1058. }
  1059. { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
  1060.   const int foo = 10;
  1061. }
  1062.  
  1063. ; return 0; }
  1064. EOF
  1065. if eval $ac_compile; then
  1066.   rm -rf conftest*
  1067.   ac_cv_c_const=yes
  1068. else
  1069.   rm -rf conftest*
  1070.   ac_cv_c_const=no
  1071. fi
  1072. rm -f conftest*
  1073.  
  1074. fi
  1075.  
  1076. echo "$ac_t""$ac_cv_c_const" 1>&6
  1077. if test $ac_cv_c_const = no; then
  1078.   cat >> confdefs.h <<\EOF
  1079. #define const 
  1080. EOF
  1081.  
  1082. fi
  1083.  
  1084. echo $ac_n "checking whether struct tm is in sys/time.h or time.h""... $ac_c" 1>&6
  1085. if eval "test \"`echo '$''{'ac_cv_struct_tm'+set}'`\" = set"; then
  1086.   echo $ac_n "(cached) $ac_c" 1>&6
  1087. else
  1088.   cat > conftest.$ac_ext <<EOF
  1089. #line 1090 "configure"
  1090. #include "confdefs.h"
  1091. #include <sys/types.h>
  1092. #include <time.h>
  1093. int main() { return 0; }
  1094. int t() {
  1095. struct tm *tp; tp->tm_sec;
  1096. ; return 0; }
  1097. EOF
  1098. if eval $ac_compile; then
  1099.   rm -rf conftest*
  1100.   ac_cv_struct_tm=time.h
  1101. else
  1102.   rm -rf conftest*
  1103.   ac_cv_struct_tm=sys/time.h
  1104. fi
  1105. rm -f conftest*
  1106.  
  1107. fi
  1108.  
  1109. echo "$ac_t""$ac_cv_struct_tm" 1>&6
  1110. if test $ac_cv_struct_tm = sys/time.h; then
  1111.   cat >> confdefs.h <<\EOF
  1112. #define TM_IN_SYS_TIME 1
  1113. EOF
  1114.  
  1115. fi
  1116.  
  1117. echo $ac_n "checking for flock""... $ac_c" 1>&6
  1118. if eval "test \"`echo '$''{'ac_cv_func_flock'+set}'`\" = set"; then
  1119.   echo $ac_n "(cached) $ac_c" 1>&6
  1120. else
  1121.   cat > conftest.$ac_ext <<EOF
  1122. #line 1123 "configure"
  1123. #include "confdefs.h"
  1124. /* System header to define __stub macros and hopefully few prototypes,
  1125.     which can conflict with char flock(); below.  */
  1126. #include <assert.h>
  1127. /* Override any gcc2 internal prototype to avoid an error.  */
  1128. char flock();
  1129.  
  1130. int main() { return 0; }
  1131. int t() {
  1132.  
  1133. /* The GNU C library defines this for functions which it implements
  1134.     to always fail with ENOSYS.  Some functions are actually named
  1135.     something starting with __ and the normal name is an alias.  */
  1136. #if defined (__stub_flock) || defined (__stub___flock)
  1137. choke me
  1138. #else
  1139. flock();
  1140. #endif
  1141.  
  1142. ; return 0; }
  1143. EOF
  1144. if eval $ac_link; then
  1145.   rm -rf conftest*
  1146.   eval "ac_cv_func_flock=yes"
  1147. else
  1148.   rm -rf conftest*
  1149.   eval "ac_cv_func_flock=no"
  1150. fi
  1151. rm -f conftest*
  1152.  
  1153. fi
  1154. if eval "test \"`echo '$ac_cv_func_'flock`\" = yes"; then
  1155.   echo "$ac_t""yes" 1>&6
  1156.   cat >> confdefs.h <<\EOF
  1157. #define HAVE_FLOCK 1
  1158. EOF
  1159.  
  1160. else
  1161.   echo "$ac_t""no" 1>&6
  1162. fi
  1163.  
  1164. echo $ac_n "checking for strcasecmp""... $ac_c" 1>&6
  1165. if eval "test \"`echo '$''{'ac_cv_func_strcasecmp'+set}'`\" = set"; then
  1166.   echo $ac_n "(cached) $ac_c" 1>&6
  1167. else
  1168.   cat > conftest.$ac_ext <<EOF
  1169. #line 1170 "configure"
  1170. #include "confdefs.h"
  1171. /* System header to define __stub macros and hopefully few prototypes,
  1172.     which can conflict with char strcasecmp(); below.  */
  1173. #include <assert.h>
  1174. /* Override any gcc2 internal prototype to avoid an error.  */
  1175. char strcasecmp();
  1176.  
  1177. int main() { return 0; }
  1178. int t() {
  1179.  
  1180. /* The GNU C library defines this for functions which it implements
  1181.     to always fail with ENOSYS.  Some functions are actually named
  1182.     something starting with __ and the normal name is an alias.  */
  1183. #if defined (__stub_strcasecmp) || defined (__stub___strcasecmp)
  1184. choke me
  1185. #else
  1186. strcasecmp();
  1187. #endif
  1188.  
  1189. ; return 0; }
  1190. EOF
  1191. if eval $ac_link; then
  1192.   rm -rf conftest*
  1193.   eval "ac_cv_func_strcasecmp=yes"
  1194. else
  1195.   rm -rf conftest*
  1196.   eval "ac_cv_func_strcasecmp=no"
  1197. fi
  1198. rm -f conftest*
  1199.  
  1200. fi
  1201. if eval "test \"`echo '$ac_cv_func_'strcasecmp`\" = yes"; then
  1202.   echo "$ac_t""yes" 1>&6
  1203.   cat >> confdefs.h <<\EOF
  1204. #define HAVE_STRCASECMP 1
  1205. EOF
  1206.  
  1207. else
  1208.   echo "$ac_t""no" 1>&6
  1209. fi
  1210.  
  1211. echo $ac_n "checking for mktime""... $ac_c" 1>&6
  1212. if eval "test \"`echo '$''{'ac_cv_func_mktime'+set}'`\" = set"; then
  1213.   echo $ac_n "(cached) $ac_c" 1>&6
  1214. else
  1215.   cat > conftest.$ac_ext <<EOF
  1216. #line 1217 "configure"
  1217. #include "confdefs.h"
  1218. /* System header to define __stub macros and hopefully few prototypes,
  1219.     which can conflict with char mktime(); below.  */
  1220. #include <assert.h>
  1221. /* Override any gcc2 internal prototype to avoid an error.  */
  1222. char mktime();
  1223.  
  1224. int main() { return 0; }
  1225. int t() {
  1226.  
  1227. /* The GNU C library defines this for functions which it implements
  1228.     to always fail with ENOSYS.  Some functions are actually named
  1229.     something starting with __ and the normal name is an alias.  */
  1230. #if defined (__stub_mktime) || defined (__stub___mktime)
  1231. choke me
  1232. #else
  1233. mktime();
  1234. #endif
  1235.  
  1236. ; return 0; }
  1237. EOF
  1238. if eval $ac_link; then
  1239.   rm -rf conftest*
  1240.   eval "ac_cv_func_mktime=yes"
  1241. else
  1242.   rm -rf conftest*
  1243.   eval "ac_cv_func_mktime=no"
  1244. fi
  1245. rm -f conftest*
  1246.  
  1247. fi
  1248. if eval "test \"`echo '$ac_cv_func_'mktime`\" = yes"; then
  1249.   echo "$ac_t""yes" 1>&6
  1250.   cat >> confdefs.h <<\EOF
  1251. #define HAVE_MKTIME 1
  1252. EOF
  1253.  
  1254. else
  1255.   echo "$ac_t""no" 1>&6
  1256. fi
  1257.  
  1258. echo $ac_n "checking for SCO""... $ac_c" 1>&6
  1259. # Extract the first word of "scosh", so it can be a program name with args.
  1260. set dummy scosh; ac_word=$2
  1261. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  1262. if eval "test \"`echo '$''{'ac_cv_prog_COULD_BE_SCO'+set}'`\" = set"; then
  1263.   echo $ac_n "(cached) $ac_c" 1>&6
  1264. else
  1265.   if test -n "$COULD_BE_SCO"; then
  1266.   ac_cv_prog_COULD_BE_SCO="$COULD_BE_SCO" # Let the user override the test.
  1267. else
  1268.   IFS="${IFS=     }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  1269.   for ac_dir in $PATH; do
  1270.     test -z "$ac_dir" && ac_dir=.
  1271.     if test -f $ac_dir/$ac_word; then
  1272.       ac_cv_prog_COULD_BE_SCO="maybe"
  1273.       break
  1274.     fi
  1275.   done
  1276.   IFS="$ac_save_ifs"
  1277.   test -z "$ac_cv_prog_COULD_BE_SCO" && ac_cv_prog_COULD_BE_SCO="maybenot"
  1278. fi
  1279. fi
  1280. COULD_BE_SCO="$ac_cv_prog_COULD_BE_SCO"
  1281. if test -n "$COULD_BE_SCO"; then
  1282.   echo "$ac_t""$COULD_BE_SCO" 1>&6
  1283. else
  1284.   echo "$ac_t""no" 1>&6
  1285. fi
  1286.  
  1287. if test "$COULD_BE_SCO" = "maybe"
  1288. then
  1289.     cat >> confdefs.h <<\EOF
  1290. #define SYSTEM_LOOKS_LIKE_SCO 1
  1291. EOF
  1292.  
  1293. fi
  1294.  
  1295.  
  1296. trap '' 1 2 15
  1297. cat > confcache <<\EOF
  1298. # This file is a shell script that caches the results of configure
  1299. # tests run on this system so they can be shared between configure
  1300. # scripts and configure runs.  It is not useful on other systems.
  1301. # If it contains results you don't want to keep, you may remove or edit it.
  1302. #
  1303. # By default, configure uses ./config.cache as the cache file,
  1304. # creating it if it does not exist already.  You can give configure
  1305. # the --cache-file=FILE option to use a different cache file; that is
  1306. # what configure does when it calls configure scripts in
  1307. # subdirectories, so they share the cache.
  1308. # Giving --cache-file=/dev/null disables caching, for debugging configure.
  1309. # config.status only pays attention to the cache file if you give it the
  1310. # --recheck option to rerun configure.
  1311. #
  1312. EOF
  1313. # Ultrix sh set writes to stderr and can't be redirected directly,
  1314. # and sets the high bit in the cache file unless we assign to the vars.
  1315. (set) 2>&1 |
  1316.   sed -n "s/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=\${\1='\2'}/p" \
  1317.   >> confcache
  1318. if cmp -s $cache_file confcache; then
  1319.   :
  1320. else
  1321.   if test -w $cache_file; then
  1322.     echo "updating cache $cache_file"
  1323.     cat confcache > $cache_file
  1324.   else
  1325.     echo "not updating unwritable cache $cache_file"
  1326.   fi
  1327. fi
  1328. rm -f confcache
  1329.  
  1330. trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
  1331.  
  1332. test "x$prefix" = xNONE && prefix=$ac_default_prefix
  1333. # Let make expand exec_prefix.
  1334. test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
  1335.  
  1336. # Any assignment to VPATH causes Sun make to only execute
  1337. # the first set of double-colon rules, so remove it if not needed.
  1338. # If there is a colon in the path, we need to keep it.
  1339. if test "x$srcdir" = x.; then
  1340.   ac_vpsub='/^[     ]*VPATH[     ]*=[^:]*$/d'
  1341. fi
  1342.  
  1343. trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
  1344.  
  1345. # Transform confdefs.h into DEFS.
  1346. # Protect against shell expansion while executing Makefile rules.
  1347. # Protect against Makefile macro expansion.
  1348. cat > conftest.defs <<\EOF
  1349. s%#define \([A-Za-z_][A-Za-z0-9_]*\) \(.*\)%-D\1=\2%g
  1350. s%[     `~#$^&*(){}\\|;'"<>?]%\\&%g
  1351. s%\[%\\&%g
  1352. s%\]%\\&%g
  1353. s%\$%$$%g
  1354. EOF
  1355. DEFS=`sed -f conftest.defs confdefs.h | tr '\012' ' '`
  1356. rm -f conftest.defs
  1357.  
  1358.  
  1359. # Without the "./", some shells look in PATH for config.status.
  1360. : ${CONFIG_STATUS=./config.status}
  1361.  
  1362. echo creating $CONFIG_STATUS
  1363. rm -f $CONFIG_STATUS
  1364. cat > $CONFIG_STATUS <<EOF
  1365. #! /bin/sh
  1366. # Generated automatically by configure.
  1367. # Run this file to recreate the current configuration.
  1368. # This directory was configured as follows,
  1369. # on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
  1370. #
  1371. # $0 $ac_configure_args
  1372. #
  1373. # Compiler output produced by configure, useful for debugging
  1374. # configure, is in ./config.log if it exists.
  1375.  
  1376. ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
  1377. for ac_option
  1378. do
  1379.   case "\$ac_option" in
  1380.   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
  1381.     echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
  1382.     exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
  1383.   -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
  1384.     echo "$CONFIG_STATUS generated by autoconf version 2.7"
  1385.     exit 0 ;;
  1386.   -help | --help | --hel | --he | --h)
  1387.     echo "\$ac_cs_usage"; exit 0 ;;
  1388.   *) echo "\$ac_cs_usage"; exit 1 ;;
  1389.   esac
  1390. done
  1391.  
  1392. ac_given_srcdir=$srcdir
  1393.  
  1394. trap 'rm -fr `echo "combine/Makefile Makefile utils/Makefile" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
  1395. EOF
  1396. cat >> $CONFIG_STATUS <<EOF
  1397.  
  1398. # Protect against being on the right side of a sed subst in config.status.
  1399. sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g;
  1400.  s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF
  1401. $ac_vpsub
  1402. $extrasub
  1403. s%@CFLAGS@%$CFLAGS%g
  1404. s%@CPPFLAGS@%$CPPFLAGS%g
  1405. s%@CXXFLAGS@%$CXXFLAGS%g
  1406. s%@DEFS@%$DEFS%g
  1407. s%@LDFLAGS@%$LDFLAGS%g
  1408. s%@LIBS@%$LIBS%g
  1409. s%@exec_prefix@%$exec_prefix%g
  1410. s%@prefix@%$prefix%g
  1411. s%@program_transform_name@%$program_transform_name%g
  1412. s%@bindir@%$bindir%g
  1413. s%@sbindir@%$sbindir%g
  1414. s%@libexecdir@%$libexecdir%g
  1415. s%@datadir@%$datadir%g
  1416. s%@sysconfdir@%$sysconfdir%g
  1417. s%@sharedstatedir@%$sharedstatedir%g
  1418. s%@localstatedir@%$localstatedir%g
  1419. s%@libdir@%$libdir%g
  1420. s%@includedir@%$includedir%g
  1421. s%@oldincludedir@%$oldincludedir%g
  1422. s%@infodir@%$infodir%g
  1423. s%@mandir@%$mandir%g
  1424. s%@CC@%$CC%g
  1425. s%@RANLIB@%$RANLIB%g
  1426. s%@SET_MAKE@%$SET_MAKE%g
  1427. s%@CPP@%$CPP%g
  1428. s%@COULD_BE_SCO@%$COULD_BE_SCO%g
  1429.  
  1430. CEOF
  1431. EOF
  1432. cat >> $CONFIG_STATUS <<EOF
  1433.  
  1434. CONFIG_FILES=\${CONFIG_FILES-"combine/Makefile Makefile utils/Makefile"}
  1435. EOF
  1436. cat >> $CONFIG_STATUS <<\EOF
  1437. for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
  1438.   # Support "outfile[:infile]", defaulting infile="outfile.in".
  1439.   case "$ac_file" in
  1440.   *:*) ac_file_in=`echo "$ac_file"|sed 's%.*:%%'`
  1441.        ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
  1442.   *) ac_file_in="${ac_file}.in" ;;
  1443.   esac
  1444.  
  1445.   # Adjust relative srcdir, etc. for subdirectories.
  1446.  
  1447.   # Remove last slash and all that follows it.  Not all systems have dirname.
  1448.   ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
  1449.   if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
  1450.     # The file is in a subdirectory.
  1451.     test ! -d "$ac_dir" && mkdir "$ac_dir"
  1452.     ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
  1453.     # A "../" for each directory in $ac_dir_suffix.
  1454.     ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
  1455.   else
  1456.     ac_dir_suffix= ac_dots=
  1457.   fi
  1458.  
  1459.   case "$ac_given_srcdir" in
  1460.   .)  srcdir=.
  1461.       if test -z "$ac_dots"; then top_srcdir=.
  1462.       else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
  1463.   /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
  1464.   *) # Relative path.
  1465.     srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
  1466.     top_srcdir="$ac_dots$ac_given_srcdir" ;;
  1467.   esac
  1468.  
  1469.   echo creating "$ac_file"
  1470.   rm -f "$ac_file"
  1471.   configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
  1472.   case "$ac_file" in
  1473.   *Makefile*) ac_comsub="1i\\
  1474. # $configure_input" ;;
  1475.   *) ac_comsub= ;;
  1476.   esac
  1477.   sed -e "$ac_comsub
  1478. s%@configure_input@%$configure_input%g
  1479. s%@srcdir@%$srcdir%g
  1480. s%@top_srcdir@%$top_srcdir%g
  1481. " -f conftest.subs $ac_given_srcdir/$ac_file_in > $ac_file
  1482. fi; done
  1483. rm -f conftest.subs
  1484.  
  1485.  
  1486.  
  1487. exit 0
  1488. EOF
  1489. chmod +x $CONFIG_STATUS
  1490. rm -fr confdefs* $ac_clean_files
  1491. test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
  1492.  
  1493.